From fe20fc3128c1bcfb60f712489c86057e131fc2e6 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Mon, 4 Dec 2017 15:09:53 +0000 Subject: [PATCH] =?utf8?q?FileChooser:=20Update=20set=5Flocal=5Fonly()=20d?= =?utf8?q?oc=E2=80=99s=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The property now defaults to FALSE, but the setter doc didn’t reflect it While here, add a missing apostrophe too. https://bugzilla.gnome.org/show_bug.cgi?id=791176 --- gtk/gtkfilechooser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 4949cea35c..2611537cc1 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -528,9 +528,9 @@ gtk_file_chooser_get_action (GtkFileChooser *chooser) * @local_only: %TRUE if only local files can be selected * * Sets whether only local files can be selected in the - * file selector. If @local_only is %TRUE (the default), + * file selector. If @local_only is %TRUE (the default is %FALSE), * then the selected file or files are guaranteed to be - * accessible through the operating systems native file + * accessible through the operating system’s native file * system and therefore the application only * needs to worry about the filename functions in * #GtkFileChooser, like gtk_file_chooser_get_filename(), -- 2.30.2